home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Family Fun
/
Family Fun.iso
/
game1
/
pcglobe.exe
/
DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-03-02
|
175b
|
12 lines
echo off
pcgdemo
if errorlevel 12 goto outofmemory
if errorlevel 0 goto success
goto exit
:success
type pcgexit.txt
goto exit
:outofmemory
type pcgerror.txt
:exit